APIG NSW Cryptocurrency in 2025 - Pitfalls & Opportunities for Brave Insurers
An APIG NSW Event
30/07/2025 12:30 to 30/07/2025 14:00
Venue: Thomson Geer Sydney , Level 14, 60 Martin Place, SYDNEY, NSW, 2000, AUSTRALIA,
Details:
APIG has now been able to make this seminar a roundtable discussion.
Liam Hennessey, Partner and Adjunct Professor, Thomson Geer, will be joined by Simon Spencer, Financial Lines and Cyber Underwriting Manager at Frontier, and Ryan Neary, Executive General Manager of Specialty and Corporate for GSA Insurance Brokers, to provide a full circle perspective on the underwriting and broking challenges with Cryptocurrency.
Overview:
- What is blockchain and why do people use it?
- What is the market globally?
- Which key issues is the industry facing?
- How is the insurance market developing in Australia?
- What are the challenges in risk management?
- Overall, what are the opportunities for “brave” insurers?
- What is the regulatory journey of Cryptocurrency and is this a financial product?
Book Here
APIG NSW | APIG NSW Cryptocurrency in 2025 - Pitfalls & Opportunities for Brave Insurers | 30/07/2025 | 12:30 | 30/07/2025 | 14:00 | Thomson Geer Sydney | Level 14, 60 Martin Place, SYDNEY, NSW, 2000, AUSTRALIA, | APIG has now been able to make this seminar a roundtable discussion.
Liam Hennessey, Partner and Adjunct Professor, Thomson Geer, will be joined by Simon Spencer, Financial Lines and Cyber Underwriting Manager at Frontier, and Ryan Neary, Executive General Manager of Specialty and Corporate for GSA Insurance Brokers, to provide a full circle perspective on the underwriting and broking challenges with Cryptocurrency.
Overview:
- What is blockchain and why do people use it?
- What is the market globally?
- Which key issues is the industry facing?
- How is the insurance market developing in Australia?
- What are the challenges in risk management?
- Overall, what are the opportunities for “brave” insurers?
- What is the regulatory journey of Cryptocurrency and is this a financial product?
| https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=276 | 276 |
Dynamic Loaded -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Dynamic Alternate Loaded -
Security - Edit Roles set to
Security - Add Roles set to
Security - Delete Roles set to
Using Existing Dynamic Set -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1
Executed SQL -
Select
'APIG ' + ISNULL(Branch.Name, '') as [Branch Name]
,[Event Name]
,CONVERT(VARCHAR(12),[Event Start Date],103) AS [Event Start Date]
,[Event Start Time]
,CONVERT(VARCHAR(12),[Event End Date],103) AS [Event End Date]
,[Event End Time]
,[Event Venue]
,[Event Venue Address]
,[Event Description]
,'https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=' + CAST([Event Id] AS VARCHAR(5)) AS [Booking URL]
,EventId
FROM EventData
INNER JOIN Event ON EventData.[Event Id] = Event.EventId
LEFT OUTER JOIN Branch ON EVENT.BranchId = Branch.BranchId
WHERE [Event Status] = 'Open'
AND AvailableOnline = 1 AND EventId LIKE '%276%'
Select rows above and then selection an action from below to execute on your data:
Execute Selected Action