Review
#if ( $!duplicateClaims )
#if ( $!duplicateClaims.size() == 1 )
#set ( $dupCount = 'this property' )
#else
#set ( $dupCount = $!duplicateClaims.size() + ' of these properties' )
#end
Our records indicate you have previously submitted a claim for $!dupCount. Reviewing claims can take up to 90 days. Questions can be directed to UCPGeneralQuestions@sto.idaho.gov or call 208-332-2942 or toll free 1-877-388-2942.
#foreach( $r in $records )
#if ( $duplicateClaims.contains( $r.propertyKey ) )
$r.firstName $r.lastName
$r.city $r.state
$r.dollarRange
[ remove ]
#end
#end
#else
Ensure your contact information is correct before continuing.
<< Change Contact Information
Your Contact Information
#if ( $holder.tinType.name() == 'EIN' )
Business Name
$!esc.html($holder.businessName)
Contact Name
$!esc.html($holder.contactName)
#else
First Name
$!esc.html($holder.name.firstName)
Middle Initial
$!esc.html($holder.name.middleName)
Last Name
$!esc.html($holder.name.lastName)
#end
$holder.tinType
xxxxx$!holder.tin.substring( 5 )
Your Address
Address 1
$!esc.html($holder.physicalAddress.street)
City
$!esc.html($holder.physicalAddress.city)
State
$!esc.html($holder.physicalAddress.state)
Zip/Postal Code
$!esc.html($holder.physicalAddress.formattedPostalCode)
Country Code
$!esc.html($holder.physicalAddress.country)
E-mail Address
$!esc.html($holder.emailAddress)
Daytime Phone Number
$!esc.html($holder.phone.formatNumberWithoutExt())#if($holder.phone.extension) ext. $!esc.html($holder.phone.extension)#end
How Did You Hear About Unclaimed Property?
$!holder.origination.description
Your Properties
#foreach( $r in $records )
$r.firstName $r.lastName
$r.city $r.state
$r.dollarRange
[ remove ]
#end
<< Change Selected Claims
Next Steps
Someone from the Unclaimed Property Program may contact you for more information.
You may be asked to provide:
A clear copy of your photo ID.
A copy of the death certificate if the owner is deceased.
Certify & Send
The information above is complete and correct.
#end