Configure the Currency XML file for New Zealand currency

Before you begin

Complete the step Add typecodes for currency and jurisdiction before you perform this step.

Procedure

  1. Navigate in the Project window to configuration > config > currencies.
  2. Right-click currencies and choose New > Package, and then enter nzd and click OK.
  3. Copy the currency.xml file from the aud folder to the new nzd folder.
  4. In the editor for nzd/currrency.xml, change the currency code from "aud" to "nzd" and the currency description from "Australian Dollar" to "New Zealand Dollar". The resulting code is:
      <Currency xmlns="http://guidewire.com/currency">
        <CurrencyType code="nzd" desc="New Zealand Dollar" storageScale="2">
          <CurrencyFormat zeroValue="-"/>
        </CurrencyType>
      </Currency>

What to do next

The next step is Edit supporting user interface files and add New Zealand suburb field.