org.symphonyoss.country [A]

An uppercase ISO 3166-1 Alpha 2 Country code that is either Officially Assigned or Exceptionally Reserved. For more details, please see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.


PresentationML
<div class="PresentationML" data-version="2.0">
    <div class="entity" data-entity-id="12345">
        <b>Sweden</b>
    </div>
</div>
 
is a nice country.


EntityJSON
{
    "12345":
	{
    	"type":     "org.symphonyoss.country",
    	"value":    "SE"
	}

}

Need help? Email help@finos.org we'll get back to you.

Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.