Loading...

Director, Fund Administration (Accounting)

ApplyBack to Jobs
  • Remote

About Juniper SquareOur mission is to unlock the full potential of private markets. Privately owned assets like commercial real estate, private equity, and venture capital make up half of our financial ecosystem yet remain inaccessible to most people. We are digitizing these markets, and as a result, bringing efficiency, transparency, and access to one of…

To apply for this job please visit jobicy.com.

ApplyBack to Jobs
// Never show in admin if ( is_admin() ) return false; // ❌ Hide on single job pages if ( is_singular('job_listing') ) return false; // ✅ Show only on single blog posts if ( is_singular('post') ) return true; // Hide everywhere else return false;