Chloroplatinic acid crystal (CPA)

Appearance
Orange- red crystalline aggregates

Metal content
39.00 – 40.50 % w/w platinum

Chloride
39.00 – 47.00 % w/w OSB

Insolubles
In water - 0.01 % w/w maximum
In n-pentanol - 0.01 % w/w maximum
In 2-propanol* - 0.01 % w/w maximum
*at a concentration of 168 g Pt / L

Impurities
All figures are w/w with respect to platinum:
Precious metals (Rh, Ir, Pd, Os, Ru, Au, Ag) – total 250 ppm maximum, 100ppm each.

Alkali metals (Na, K) – total 200 ppm maximum.

Base metals (Al, Ba, Ca, Cu, Fe, Mg, Ni, Si) - total 500 ppm maximum, 200ppm each.

Others – total 100 ppm, 50 ppm each

Precious metals
Rh, Ir, Pd, Os, Ru, Au, Ag Individual - 100 ppm maximum*
Total 250 ppm maximum

Alkali metals
Na, K Total - 200 ppm maximum**

Base metals
Al, Ba, Ca, Cu, Fe, Mg, Ni, Si - Individual 200 ppm max.
Total 500 ppm max.

Others individual
50 ppm maximum
Total 100 ppm maximum

Chemical formula
H2[PtCl6].nH20

Product codes
UK: 181100
US: C1004
CN: FT01PT0001
This product can be ordered worldwide under the above product codes

CAS number
16941-12-1

Product family
Pgm compound (solid)

Process
Hydrosilylation

Market
Silicones

An error occurred while processing the template.
Java method "com.sun.proxy.$Proxy988.getLatestArticle(long)" threw an exception when invoked on com.sun.proxy.$Proxy988 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@688ca621"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign article = JournalArticleLocal...  [in template "161555#161602#TWO-PERSON-BLOCK" at line 44, column 21]
----
1<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
2<#assign href = '#' > 
3 
4<div class="container jmtwo--person-temp"> 
5    <#if (Title.getData())??> 
6        <h2 class="person-heading_align"> 
7	        ${Title.getData()} 
8        </h2> 
9    </#if> 
10    <#if (SubTitle.getData())??> 
11	    <h6 class="person-subheading_align"> 
12	        ${SubTitle.getData()} 
13	    </h6> 
14    </#if> 
15 
16    <#if Link_Title?? && Link_Title.getData()?has_content> 
17        <#assign title = Link_Title.getData()> 
18		<#if Link_Title.Link_Internal?? && Link_Title.Link_Internal.getFriendlyUrl()?has_content> 
19			<#assign href = Link_Title.Link_Internal.getFriendlyUrl() > 
20		<#elseif Link_Title.Link_Mailto?? && Link_Title.Link_Mailto.getData()?has_content> 
21			<#assign href = Link_Title.Link_Mailto.getData() > 
22		<#elseif Link_Title.Link_Media?? && Link_Title.Link_Media.getData()?has_content> 
23			<#assign href = Link_Title.Link_Media.getData() > 
24		<#elseif Link_Title.Link_External?? && Link_Title.Link_External.getData()?has_content> 
25			<#assign href = Link_Title.Link_External.getData() > 
26		<#elseif Link_Title.Link_Target?? && Link_Title.Link_Target.getData()?has_content> 
27			<#assign href = Link_Title.Link_Target.getData() > 
28		</#if> 
29		<div class="btn__listblock"> 
30    		<a class="list_inner_link" href="${href}" title="${title}"> 
31    			<span>${title}</span> 
32    			<span class="list__link-icon"></span> 
33    		</a> 
34	    </div> 
35	</#if> 
36 
37    <div class="two-person-grid container"> 
38        <#if (People.getSiblings())?? && People.getSiblings()?has_content> 
39            <#list People.getSiblings() as cur_People> 
40                <#if cur_People?? && cur_People.getData()?has_content> 
41                    <#assign 
42                        webContentData = jsonFactoryUtil.createJSONObject(cur_People.getData()) 
43                    /> 
44                    <#assign 
45                        article = JournalArticleLocalService.getLatestArticle(getterUtil.getLong(webContentData.classPK, 0)) 
46                    /> 
47    				<@liferay_journal["journal-article"] 
48    				    articleId = article.getArticleId() 
49    				    ddmTemplateKey = "PERSON" 
50    				    groupId = article.getGroupId() 
51    				/> 
52				</#if> 
53            </#list> 
54        </#if> 
55    </div> 
56</div>