careers.tspace.gov.au Open in urlscan Pro
13.224.249.10  Public Scan

URL: https://careers.tspace.gov.au/cw/en/job/493772/directors-markets-group
Submission: On July 03 via api from US — Scanned from AU

Form analysis 2 forms found in the DOM

GET https://treasury.gov.au/search

<form action="https://treasury.gov.au/search" method="get" id="views-exposed-form-search-all-p" accept-charset="UTF-8">
  <div class="form--inline clearfix">
    <div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-search-keyword form-item-search-keyword">
      <label for="edit-search-keyword">Keyword</label>
      <input data-drupal-selector="edit-search-keyword" type="text" id="edit-search-keyword" name="search_keyword" value="" size="30" maxlength="128" class="form-text">
    </div>
    <fieldset data-drupal-selector="edit-type" id="edit-type--wrapper" class="fieldgroup form-composite js-form-item form-item js-form-wrapper form-wrapper" style="display: none;">
      <legend>
        <span class="fieldset-legend">Content type</span>
      </legend>
      <div class="fieldset-wrapper">
        <div id="edit-type" class="form-checkboxes">
          <div class="form-checkboxes bef-checkboxes">
            <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-type-consultation form-item-type-consultation">
              <input data-drupal-selector="edit-type-consultation" type="checkbox" id="edit-type-consultation" name="type[consultation]" value="consultation" class="form-checkbox">
              <label for="edit-type-consultation" class="option">Consultation</label>
            </div>
            <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-type-foi-disclosure form-item-type-foi-disclosure">
              <input data-drupal-selector="edit-type-foi-disclosure" type="checkbox" id="edit-type-foi-disclosure" name="type[foi_disclosure]" value="foi_disclosure" class="form-checkbox">
              <label for="edit-type-foi-disclosure" class="option">FOI Disclosure</label>
            </div>
            <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-type-publication form-item-type-publication">
              <input data-drupal-selector="edit-type-publication" type="checkbox" id="edit-type-publication" name="type[publication]" value="publication" class="form-checkbox">
              <label for="edit-type-publication" class="option">Publication</label>
            </div>
            <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-type-review form-item-type-review">
              <input data-drupal-selector="edit-type-review" type="checkbox" id="edit-type-review" name="type[review]" value="review" class="form-checkbox">
              <label for="edit-type-review" class="option">Review</label>
            </div>
            <div class="js-form-item form-item js-form-type-checkbox form-type-checkbox js-form-item-type-speech form-item-type-speech">
              <input data-drupal-selector="edit-type-speech" type="checkbox" id="edit-type-speech" name="type[speech]" value="speech" class="form-checkbox">
              <label for="edit-type-speech" class="option">Speech</label>
            </div>
          </div>
        </div>
      </div>
    </fieldset>
    <div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions"><input data-bef-auto-submit-click="" data-drupal-selector="edit-submit-search" type="submit" id="edit-submit-search" value="Apply"
        class="button js-form-submit form-submit">
    </div>
  </div>
</form>

GET /cw/en/search/

<form action="/cw/en/search/" method="get" id="jobs-form" class="careers-browse">
  <input aria-labelledby="title-search-keyword" type="text" id="search-keyword" name="search-keyword" class="text-input" placeholder="Search for jobs" value="">
  <div id="search-filters">
    <p>
    </p>
    <table id="filters" width="100%">
      <tbody>
        <tr>
          <th>Job Type</th>
          <th>Locations</th>
          <th>Categories</th>
        </tr>
        <tr>
          <td>
            <div class="filter-wrapper"><select id="work-type" name="work-type" class="filter">
                <option class="all" value="">All</option>
                <option class="full-time-and-part-time" value="Full-time and Part-time">Full-time and Part-time (1)</option>
              </select></div>
          </td>
          <td>
            <div class="filter-wrapper"><select id="location" name="location" class="filter">
                <option class="all" value="">All</option>
                <optgroup label="">
                  <option class="act" value="ACT">ACT (1)</option>
                  <option class="canberra" value="Canberra">Canberra (1)</option>
                  <option class="melbourne" value="Melbourne">Melbourne (1)</option>
                  <option class="nsw" value="NSW">NSW (1)</option>
                  <option class="sydney" value="Sydney">Sydney (1)</option>
                  <option class="vic" value="VIC">VIC (1)</option>
                </optgroup>
              </select></div>
          </td>
          <td>
            <div class="filter-wrapper"><select id="category" name="category" class="filter">
                <option class="all" value="">All</option>
                <optgroup label="">
                  <option class="executive-level-2" value="Executive Level 2">Executive Level 2 (1)</option>
                  <option class="policypublic-policy" value="Policy/Public Policy">Policy/Public Policy (1)</option>
                </optgroup>
              </select></div>
            <p></p>
            <p></p>
          </td>
        </tr>
      </tbody>
    </table>
    <p></p>
    <p>
      <!--<style>
#search-filters {
    background: url("http://www.treasury.gov.au/images/searchbox_tile.gif") repeat scroll 0 0 transparent;
    border: 3px double #FFFFFF;
    height: 80px;
    margin-top: -45px;
    padding-top: 50px;
    padding-left: 20px;
    padding-bottpm: 50px;
}
  #jobs-form #search-filters th {color:#ffffff; text-align:left}
  #jobs-form #search-filters td {border-top: 0 none; padding-top: 0;}
  #jobs-form #search-filters select{width:150px}
  #search-keyword {margin-left: 66px;}  
  
</style>-->
      <!--<script>

  (function() {
          function jobLoaded() {
             jQuery('#search-filters, #search-keyword').hide();
          }
      
          function listingLoaded() {
             jQuery('#search-filters, #search-keyword').show();
          }
      
          PU.Callback.add('job', 'loaded', jobLoaded, this);
          PU.Callback.add('listing', 'loaded', listingLoaded, this);
          PU.Callback.add('search', 'loaded', listingLoaded, this);
      })();
</script>-->
    </p>
  </div>
  <div id="messages" style="display: block;">
    <ul id="message-list" role="presentation"></ul>
  </div>
  <div id="waiting" class="waiting" style="display: none;"></div>
  <div id="job">
    <div id="job-content">
      <h2>Directors, Markets Group</h2>
      <p>
        <span style="float:right"><a class="apply-link button" href="https://secure.dc2.pageuppeople.com/apply/604/gateway/default.aspx?c=apply&amp;lJobID=493772&amp;lJobSourceTypeID=796&amp;sLanguage=en">Apply now</a></span>
      </p>
      <dl class="job-fields">
        <dt align="left">Job number:</dt>
        <dd><span class="job-externalJobNo">48-2023</span></dd>
        <dt align="left">Work type:</dt>
        <dd><span class="work-type full-time-and-part-time">Full-time and Part-time</span></dd>
        <dt align="left">Location:</dt>
        <dd><span class="location">ACT, NSW, VIC, Canberra, Melbourne, Sydney</span></dd>
        <dt align="left">Categories:</dt>
        <dd><span class="categories">Policy/Public Policy, Executive Level 2</span></dd>
      </dl>
      <div id="job-details">
        <p><strong>About the Role</strong></p>
        <p>In performing their roles, EL2 Directors are expected to be able to:</p>
        <ul>
          <li>think critically: assess the implications of economic and policy developments and develop cogent insights as a basis for policy advice.</li>
          <li>engage effectively: build and maintain relationships with internal and external stakeholders, including regulators, advocacy groups and corporations.</li>
          <li>navigate strategic context: understand the policy landscape, identify opportunities and show good judgement.</li>
          <li>deliver results: deliver timely and high-quality outcomes that influence policy makers and effectively implement the Government’s decisions and</li>
          <li>show leadership: be proactive, innovative and inclusive.</li>
        </ul>
        <p>Leadership capabilities required:</p>
        <ul>
          <li>lead a team of people to identify opportunities for improving policy settings and navigate policy issues as they emerge.</li>
          <li>develop and implement strategic directions for the unit and manage competing priorities effectively.</li>
          <li>build team capability through coaching, providing performance feedback and encouraging career development.</li>
          <li>develop and maintain productive relationships with other government agencies and with stakeholders in the private sector and in academia.</li>
          <li>have accountability for briefings to ministers and senior officials, inputs to speeches, replies to parliamentary questions and other correspondence.</li>
          <li>represent Treasury at whole of government and/or industry meetings.</li>
        </ul>
        <p>There are five positions available at the EL2 Director level:</p>
        <p>These positions are in the Market Conduct and Digital Division and Financial System Division. For these roles, Treasury is looking for team-oriented leaders with an interest in financial sector, consumer and/or digital policy issues and
          have relevant related expertise.</p>
        <p><strong>Scams Task Force</strong></p>
        <p>As Director of this Taskforce, you will lead a team providing strategic policy advice to the Assistant Treasurer on the Government’s anti-scam agenda. Key priorities include high-level engagement with industry and stakeholders on a
          possible anti-scams industry code, working with the ACCC, including the National Anti-Scam Centre, and coordinating anti-scam policy across Government. Anti-scam policy touches on a range of areas, including digital platform regulation,
          conduct in our financial and telecommunication systems and cyber security. As team leader, you will work closely with our Competition Policy and Digital Competition teams and be part of the Branch and Division’s EL2 leadership Groups.</p>
        <p><strong>Consumer Policy Unit</strong></p>
        <p>As Director of this unit, you will lead a team responsible for consumer policy development in the Department. Current projects include the development of a possible Unfair Trading Practices prohibition to respond to manipulative business
          models and marketing techniques used by digital and non-digital businesses and implementation of the Government’s commitment to introduce a Designated Complaints scheme, which would allow nominated consumer and small business groups to
          register high profile complaints with the ACCC. The unit collaborates closely with the states and territories, which have joint responsibility for consumer policy in Australia, on a forward agenda agreed each year by ministers. With
          consumer policy thinking changing rapidly in response to technological, sustainability and wider community developments, creative, inter-disciplinary policy analysis in this area is more important than ever.</p>
        <p><strong>Digital Coordination Unit</strong><br>As Director of this unit, you will lead a team responsible for providing strategic policy advice to the Treasurer and Assistant Treasurer on the Government’s digital agenda. The Digital
          Coordination Unit: coordinates Treasury’s position on digitally enabled Budget proposals across all portfolios, including a formal role shadowing the Digital Transformation Agency; coordinates Treasury position on the regulatory reform
          agenda for the Digital Identity program; works with the Australian Taxation Office in the delivery of eInvoicing across the Commonwealth, State and Territory Governments and the Private sector; provides briefing and advice to Treasury
          Senior Executives for several digital themed cross-government committees; and provides advice on Australia’s digital policy agenda to international fora including IPEF, APEC, and G20 to promote productivity, digital trade and international
          interoperability. The unit collaborates extensively across Government and the Treasury to draw together advice on the everchanging digital landscape, to ensure Treasury is promoting a safe, inclusive, and innovative digital economy.</p>
        <p><strong>SME Finance Unit</strong><br>As Director of this unit, you will be responsible for the governance and administration of the small and medium enterprises (SME) loan guarantee schemes established in response to the COVID-19 pandemic.
          This role involves program risk management of the SME schemes that will include: leading a small team; managing claims processes; oversight of assurance and compliance processes; and stakeholder management, including with participating
          lenders.</p>
        <p><strong>Crypto Policy Unit</strong><br>As Director of this unit, you will lead a small team to take forward the Government’s reform on crypto assets and to provide strategic policy advice on domestic and international developments in the
          crypto ecosystem. Key priorities include leading engagement with key stakeholders, including financial regulators and industry, embedding deeper expertise and experience on crypto and working closely with other relevant areas across the
          Department.</p>
        <p><strong>Desirable Qualifications/Experience</strong></p>
        <ul>
          <li>Relevant tertiary qualification(s) in a relevant field, including, but not limited to, economics, law, commerce, finance, public policy, digital policy and/or mathematics.</li>
          <li>Ideally, we are looking for candidates with at least seven years’ experience for EL2 roles.</li>
          <li>Experience in policy development and analysis, legislative development or in regulatory work is highly desirable.</li>
          <li>Some experience in one or more of the following will also be very well regarded: <br>– Financial markets and payment systems<br>– Corporations and competition and consumer law<br>– Financial advice regulation and standards<br>– Digital
            and data regulatory frameworks or issues<br>– Superannuation and Taxation.</li>
        </ul>
        <p>For further information regarding these roles please contact David Pearl via email at <a href="mailto:David.pearl@treasury.gov.au">David.pearl@treasury.gov.au</a>&nbsp;or phone on 02 6263 4676.&nbsp;</p>
      </div>
      <p>
        <a class="position-description-link button" href="https://secure.dc2.pageuppeople.com/apply/604/gateway/default.aspx?sData=E7tTKDEyyWPyLsAhbioSIEZ3k-M2LtXuARJhvOA_cO8RwqFN3LHxBiO76ANJkrvuTUy9sm-fk6jzxCOsOsF4rbrymlgR7qmXvedM0kAGHKGDJqRbNRT_1PoroS3yv3a1-wcjaL5vFFBpAf3EIaJ-w53hzR--gaEN6AsDosN0IcI~">Download the selection criteria</a>
      </p>
      <p>
        <b>Advertised:</b> <span class="open-date"><time datetime="2023-06-28T00:30:00Z">28 Jun 2023 10:30 AM </time></span> AUS Eastern Standard Time<br>
        <b>Applications close:</b> <span class="close-date"><time datetime="2023-07-12T13:55:00Z">12 Jul 2023 11:55 PM </time></span> AUS Eastern Standard Time
      </p>
      <p><a class="back-link button" href="/cw/en/listing/?">Back</a>
        <a class="apply-link button" href="https://secure.dc2.pageuppeople.com/apply/604/gateway/default.aspx?c=apply&amp;lJobID=493772&amp;lJobSourceTypeID=796&amp;sLanguage=en">Apply now</a>
        <a class="employee-referral-link button" href="https://secure.dc2.pageuppeople.com/apply/604/gateway/default.aspx?c=employeereferral&amp;lJobID=493772&amp;lJobSourceTypeID=796&amp;sLanguage=en&amp;sHome=https%3a%2f%2fcareers.tspace.gov.au%2fcw%2fen%2fjob%2f493772%2fdirectors-markets-group" rel="nofollow">Refer a friend</a><a class="back-link button" href="/cw/en/listing/?">Back to search results</a>
      </p>
      <iframe src="/SocialShareKit" width="100%" frameborder="0"></iframe>
    </div>
  </div>
  <div id="search-results" style="display:none">
    <br>
    <p align="right"><a href="https://secure.pageuppeople.com/apply/604/aw/applicationForm/default.asp" target="0">Existing Applicant Login</a></p>
    <div id="job-mail" class="script">
      <a id="job-mail-trigger" href="/cw/en/job/493772/directors-markets-group" aria-expanded="false">Send me jobs like these</a>
      <div id="job-mail-content">
        <div id="job-mail-subscribe">
          <p>We will email you new jobs that match this search.</p>
          <div id="job-mail-email">
            <input aria-label="Email address" type="email" id="job-mail-subscribe-email" name="job-mail-subscribe-email" class="text-input" placeholder="address@example.com" value="" aria-required="true">
          </div>
          <p id="job-mail-subscribed" class="success" style="display: none;">Great, we can send you jobs like this, if this is your first time signing up, please check your inbox to confirm your subscription.</p>
          <p id="job-mail-error" class="error" style="display: none;">The email address was invalid, please check for errors.</p>
          <p id="job-mail-agreed" class="error" style="display: none;">You must agree to the privacy statement</p>
          <label for="job-mail-subscribe-button" style="display: none;">Subscribe</label>
          <script src="https://www.recaptcha.net/recaptcha/api.js"></script>
          <label aria-hidden="true" for="g-recaptcha-response" style="display: none">Recaptcha</label>
          <div class="g-recaptcha" data-sitekey="6LeC1A0UAAAAAPZK8E1CxJkweNzEiOuWfqJ63a0v">
            <div style="width: 304px; height: 78px;">
              <div><iframe title="reCAPTCHA"
                  src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LeC1A0UAAAAAPZK8E1CxJkweNzEiOuWfqJ63a0v&amp;co=aHR0cHM6Ly9jYXJlZXJzLnRzcGFjZS5nb3YuYXU6NDQz&amp;hl=en&amp;v=khH7Ei3klcvfRI74FvDcfuOo&amp;size=normal&amp;cb=hstrsh1w5yb"
                  width="304" height="78" role="presentation" name="a-qkfa8p7m7had" frameborder="0" scrolling="no"
                  sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
                class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
            </div><iframe style="display: none;"></iframe>
          </div>
          <input name="job-mail-subscribe-button" id="job-mail-subscribe-button" type="button" value="Subscribe" class="button">
          <label aria-hidden="true" for="job-mail-subscribe-privacy" style="display: none;">Privacy agreement</label>
          <input aria-hidden="true" type="checkbox" id="job-mail-subscribe-privacy" name="job-mail-subscribe-privacy" value="agree" checked="true" style="display: none;">
        </div>
      </div>
    </div>
    <h2 class="BlueSubmissionHeadingLarge">SEARCH RESULTS FOR JOBS</h2>
    <table>
      <tbody id="search-results-content">
        <tr>
          <td>
            <a class="job-link" href="/cw/en/job/493772/directors-markets-group">Directors, Markets Group</a>
          </td>
          <td align="right">
            <span class="location">ACT, NSW, VIC, Canberra, Melbourne, Sydney</span>
          </td>
        </tr>
        <tr class="summary">
          <td colspan="2">Positions are available in the Financial System Division and Market Conduct and Digital Division within Markets
            Group.<br><i>Closes: <span class="close-date"><time datetime="2023-07-12T13:55:00Z">12 Jul 2023 11:55 PM </time></span></i></td>
        </tr>
      </tbody>
    </table>
    <p></p>
  </div>
  <div id="recent-jobs" style="display:none">
    <br>
    <p align="right"><a href="https://secure.pageuppeople.com/apply/604/aw/applicationForm/default.asp" target="0">Existing Applicant Login</a></p>
    <h2 class="BlueSubmissionHeadingLarge">SEARCH RESULTS FOR JOBS</h2>
    <table>
      <tbody id="recent-jobs-content">
        <tr>
          <td>
            <a class="job-link" href="/cw/en/job/493772/directors-markets-group">Directors, Markets Group</a>
          </td>
          <td align="right">
            <span class="location">ACT, NSW, VIC, Canberra, Melbourne, Sydney</span>
          </td>
        </tr>
        <tr class="summary">
          <td colspan="2">Positions are available in the Financial System Division and Market Conduct and Digital Division within Markets
            Group.<br><i>Closes: <span class="close-date"><time datetime="2023-07-12T13:55:00Z">12 Jul 2023 11:55 PM </time></span></i></td>
        </tr>
      </tbody>
    </table>
    <p></p>
  </div>
  <p id="PageUpPeopleLink"><a href="https://www.pageuppeople.com/powered-by-pageup/" target="_top">Powered by PageUp</a></p>
</form>

Text Content

Skip to main content
Toggle navigation
Treasury.gov.au
Keyword
Content type
Consultation
FOI Disclosure
Publication
Review
Speech



SECONDARY NAV

 * Ministers
 * Careers
 * Contact
 * Subscribe


MAIN NAVIGATION

 * Policy Topics
   * Banking and finance
   * Budget
   * Business and industry
   * Consumers and community
   * COVID-19 support
   * Economy
   * Superannuation
   * Taxation
 * Publications
 * Consultations
 * Reviews and inquiries
 * Media
 * The Department
   * Accountability and reporting
   * About Treasury
   * Careers
   * Corporate publications


BREADCRUMB

 1. Home
 2. The Department
 3. Careers
 4. Current Vacancies


CURRENT VACANCIES

Job TypeLocationsCategories
All Full-time and Part-time (1)
All ACT (1) Canberra (1) Melbourne (1) NSW (1) Sydney (1) VIC (1)
All Executive Level 2 (1) Policy/Public Policy (1)













DIRECTORS, MARKETS GROUP

Apply now

Job number:48-2023 Work type:Full-time and Part-time Location:ACT, NSW, VIC,
Canberra, Melbourne, Sydney Categories:Policy/Public Policy, Executive Level 2

About the Role

In performing their roles, EL2 Directors are expected to be able to:

 * think critically: assess the implications of economic and policy developments
   and develop cogent insights as a basis for policy advice.
 * engage effectively: build and maintain relationships with internal and
   external stakeholders, including regulators, advocacy groups and
   corporations.
 * navigate strategic context: understand the policy landscape, identify
   opportunities and show good judgement.
 * deliver results: deliver timely and high-quality outcomes that influence
   policy makers and effectively implement the Government’s decisions and
 * show leadership: be proactive, innovative and inclusive.

Leadership capabilities required:

 * lead a team of people to identify opportunities for improving policy settings
   and navigate policy issues as they emerge.
 * develop and implement strategic directions for the unit and manage competing
   priorities effectively.
 * build team capability through coaching, providing performance feedback and
   encouraging career development.
 * develop and maintain productive relationships with other government agencies
   and with stakeholders in the private sector and in academia.
 * have accountability for briefings to ministers and senior officials, inputs
   to speeches, replies to parliamentary questions and other correspondence.
 * represent Treasury at whole of government and/or industry meetings.

There are five positions available at the EL2 Director level:

These positions are in the Market Conduct and Digital Division and Financial
System Division. For these roles, Treasury is looking for team-oriented leaders
with an interest in financial sector, consumer and/or digital policy issues and
have relevant related expertise.

Scams Task Force

As Director of this Taskforce, you will lead a team providing strategic policy
advice to the Assistant Treasurer on the Government’s anti-scam agenda. Key
priorities include high-level engagement with industry and stakeholders on a
possible anti-scams industry code, working with the ACCC, including the National
Anti-Scam Centre, and coordinating anti-scam policy across Government. Anti-scam
policy touches on a range of areas, including digital platform regulation,
conduct in our financial and telecommunication systems and cyber security. As
team leader, you will work closely with our Competition Policy and Digital
Competition teams and be part of the Branch and Division’s EL2 leadership
Groups.

Consumer Policy Unit

As Director of this unit, you will lead a team responsible for consumer policy
development in the Department. Current projects include the development of a
possible Unfair Trading Practices prohibition to respond to manipulative
business models and marketing techniques used by digital and non-digital
businesses and implementation of the Government’s commitment to introduce a
Designated Complaints scheme, which would allow nominated consumer and small
business groups to register high profile complaints with the ACCC. The unit
collaborates closely with the states and territories, which have joint
responsibility for consumer policy in Australia, on a forward agenda agreed each
year by ministers. With consumer policy thinking changing rapidly in response to
technological, sustainability and wider community developments, creative,
inter-disciplinary policy analysis in this area is more important than ever.

Digital Coordination Unit
As Director of this unit, you will lead a team responsible for providing
strategic policy advice to the Treasurer and Assistant Treasurer on the
Government’s digital agenda. The Digital Coordination Unit: coordinates
Treasury’s position on digitally enabled Budget proposals across all portfolios,
including a formal role shadowing the Digital Transformation Agency; coordinates
Treasury position on the regulatory reform agenda for the Digital Identity
program; works with the Australian Taxation Office in the delivery of eInvoicing
across the Commonwealth, State and Territory Governments and the Private sector;
provides briefing and advice to Treasury Senior Executives for several digital
themed cross-government committees; and provides advice on Australia’s digital
policy agenda to international fora including IPEF, APEC, and G20 to promote
productivity, digital trade and international interoperability. The unit
collaborates extensively across Government and the Treasury to draw together
advice on the everchanging digital landscape, to ensure Treasury is promoting a
safe, inclusive, and innovative digital economy.

SME Finance Unit
As Director of this unit, you will be responsible for the governance and
administration of the small and medium enterprises (SME) loan guarantee schemes
established in response to the COVID-19 pandemic. This role involves program
risk management of the SME schemes that will include: leading a small team;
managing claims processes; oversight of assurance and compliance processes; and
stakeholder management, including with participating lenders.

Crypto Policy Unit
As Director of this unit, you will lead a small team to take forward the
Government’s reform on crypto assets and to provide strategic policy advice on
domestic and international developments in the crypto ecosystem. Key priorities
include leading engagement with key stakeholders, including financial regulators
and industry, embedding deeper expertise and experience on crypto and working
closely with other relevant areas across the Department.

Desirable Qualifications/Experience

 * Relevant tertiary qualification(s) in a relevant field, including, but not
   limited to, economics, law, commerce, finance, public policy, digital policy
   and/or mathematics.
 * Ideally, we are looking for candidates with at least seven years’ experience
   for EL2 roles.
 * Experience in policy development and analysis, legislative development or in
   regulatory work is highly desirable.
 * Some experience in one or more of the following will also be very well
   regarded:
   – Financial markets and payment systems
   – Corporations and competition and consumer law
   – Financial advice regulation and standards
   – Digital and data regulatory frameworks or issues
   – Superannuation and Taxation.

For further information regarding these roles please contact David Pearl via
email at David.pearl@treasury.gov.au or phone on 02 6263 4676. 

Download the selection criteria

Advertised: 28 Jun 2023 10:30 AM AUS Eastern Standard Time
Applications close: 12 Jul 2023 11:55 PM AUS Eastern Standard Time

Back Apply now Refer a friendBack to search results




Existing Applicant Login

Send me jobs like these

We will email you new jobs that match this search.



Great, we can send you jobs like this, if this is your first time signing up,
please check your inbox to confirm your subscription.

The email address was invalid, please check for errors.

You must agree to the privacy statement

Subscribe Recaptcha

Privacy agreement


SEARCH RESULTS FOR JOBS

Directors, Markets Group ACT, NSW, VIC, Canberra, Melbourne, Sydney Positions
are available in the Financial System Division and Market Conduct and Digital
Division within Markets Group.
Closes: 12 Jul 2023 11:55 PM






Existing Applicant Login


SEARCH RESULTS FOR JOBS

Directors, Markets Group ACT, NSW, VIC, Canberra, Melbourne, Sydney Positions
are available in the Financial System Division and Market Conduct and Digital
Division within Markets Group.
Closes: 12 Jul 2023 11:55 PM



Powered by PageUp

Subscribe to Job Alerts




KEEP UP TO DATE WITH TREASURY

 * Twitter
 * Facebook
 * LinkedIn
 * YouTube

 * Our websites
 * Freedom of information
 * Copyright
 * Disclaimer
 * Privacy
 * Social media guidelines

 * Contact Us
 * ABN: 92 802 414 793