APIG NSW - The crucial role of professional indemnity insurance in the renewable energy ecosystem
An APIG NSW Event
21/10/2025 16:30 to 21/10/2025 19:30
Venue: Lander & Rogers, Level 5, 33 Alfred Street, SYDNEY, NSW, 2000, AUSTRALIA,
Details:
As delivery of renewable energy projects and supporting infrastructure is turbocharged in the transition to net zero emissions, professional indemnity insurance will play a pivotal role in all aspects of project delivery.
APIG NSW invites you to join us for a seminar and panel discussion with:
- Lander & Rogers renewable energy experts, Charles Thornley (Senior Partner) and Elizabeth Brookes (Partner) - to look at risks and opportunities for professional indemnity insurers at each stage of renewable energy projects.
- Rimkus Global Energy Services Lead and renewable energy expert, Rod Rennison - to give practical examples of large professional indemnity losses and claims in the United States and other mature renewables markets.
To be followed by canapes and networking at Lander & Rogers' new premises in the iconic 33 Alfred building
Book Here
APIG NSW | APIG NSW - The crucial role of professional indemnity insurance in the renewable energy ecosystem | 21/10/2025 | 16:30 | 21/10/2025 | 19:30 | Lander & Rogers | Level 5, 33 Alfred Street, SYDNEY, NSW, 2000, AUSTRALIA, | As delivery of renewable energy projects and supporting infrastructure is turbocharged in the transition to net zero emissions, professional indemnity insurance will play a pivotal role in all aspects of project delivery.
APIG NSW invites you to join us for a seminar and panel discussion with:
- Lander & Rogers renewable energy experts, Charles Thornley (Senior Partner) and Elizabeth Brookes (Partner) - to look at risks and opportunities for professional indemnity insurers at each stage of renewable energy projects.
- Rimkus Global Energy Services Lead and renewable energy expert, Rod Rennison - to give practical examples of large professional indemnity losses and claims in the United States and other mature renewables markets.
To be followed by canapes and networking at Lander & Rogers' new premises in the iconic 33 Alfred building | https://apig.memnet.com.au/MemberSelfService/EventBooking.aspx?selectedEventId=279 | 279 |
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 '%279%'
Select rows above and then selection an action from below to execute on your data:
Execute Selected Action