Class Currency

java.lang.Object
net.finmath.smartcontract.product.xml.Currency
Direct Known Subclasses:
IdentifiedCurrency

public class Currency extends Object
The code representation of a currency or fund. By default it is a valid currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.

Java class for Currency complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Currency">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Scheme">
       <attribute name="currencyScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/iso4217-2001-08-15" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • currencyScheme

      protected String currencyScheme
  • Constructor Details

    • Currency

      public Currency()
  • Method Details

    • getValue

      public String getValue()
      The base class for all types which define coding schemes that are allowed to be empty.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getCurrencyScheme

      public String getCurrencyScheme()
      Gets the value of the currencyScheme property.
      Returns:
      possible object is String
    • setCurrencyScheme

      public void setCurrencyScheme(String value)
      Sets the value of the currencyScheme property.
      Parameters:
      value - allowed object is String